home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / edgedemo / edgeeditor / rexx / menu_scriptbit.edge < prev    next >
Text File  |  1994-11-17  |  383b  |  20 lines

  1. /*
  2. ** $VER: Menu_ScriptBit.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Set the script bit of the current window's file
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* get the current filename */
  12. getenvvar _fe_name
  13. name = result
  14.  
  15. /* get the edge device name */
  16. getenvvar _ge_devname
  17.  
  18. /* change the script bit then */
  19. address command protect result":"name "+s"
  20.